toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.fullscreen
/
[jvm]FullScreen
Full
Screen
public
interface
FullScreen
implements
Observable
<
T
>
The fullscreen mode of the elements on the page.
Since
7.28
Members
Functions
browser
Link copied to clipboard
public
abstract
Browser
browser
(
)
Returns the
Browser
instance of this service.
exit
Link copied to clipboard
public
abstract
void
exit
(
)
Tells the browser to exit fullscreen mode.
on
Link copied to clipboard
public
abstract
Subscription
on
<
E
extends
T
>
(
Class
<
E
>
eventClass
,
Observer
<
E
>
observer
)
Subscribes the given event
observer
to receive the events of the given
eventClass
.